home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / gamecube.swf / scripts / DefineButton2_501 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-09-17  |  301 b   |  11 lines

  1. on(press){
  2.    if(_root.browser == "iewin")
  3.    {
  4.       getURL("javascript:void openFullChromeWindow(\'wallpaper/wallpaper" add _name add "_1024.html\', \'wallpaper\')","");
  5.    }
  6.    else
  7.    {
  8.       getURL("popper.html?url=wallpaper.html?img=wallpaper" add _name add "_1024.jpg","pop");
  9.    }
  10. }
  11.